home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / INETSRV / HTMLA / LOGU.HTR < prev    next >
Encoding:
Text File  |  1996-07-31  |  2.1 KB  |  76 lines

  1. <html>
  2. <%onerror error%>
  3. <title>Internet Service Manager <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Logging Properties</title>
  4. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  5. <%if reqparam RF "cancel"%>
  6. <%goto end%>
  7. <%endif%>
  8. <%if reqparam RF "help"%>
  9. <%redirecthttp%><%msgbody.helptopic%><%/redirecthttp%>
  10. <%endif%>
  11. <%if reqparam RF "bdir"%>
  12. <%redirect%>/scripts/iisadmin/ism.dll?dir/bdir+<%servname%>/log?logdir?<%msgbody.logdir%><%/redirect%>
  13. <%endif%>
  14. <%!Clear enablelog%>
  15. <%!Clear enablenewlog%>
  16.  
  17. <%if reqparam RF "enablelog"%>
  18.  <%if reqparam RF "enablenewlog"%>
  19.   <%if msgbody.enablelog EQ "1"%>
  20.    <%if msgbody.enablenewlog EQ "1"%>
  21.     <%if reqparam RF "logperiod"%>
  22.      <%goto ok%>
  23.     <%else%>
  24.      You must specify when to create a new log file.<p>
  25.      <%goto retm%>
  26.     <%endif%>
  27.    <%endif%>
  28.   <%endif%>
  29.  <%endif%>
  30. <%endif%>
  31.  
  32. <%if reqparam RF "enablelog"%>
  33.  <%if reqparam RF "logtype"%>
  34.   <%goto ok%>
  35.  <%else%>
  36.    You must specify a log destination.<p>
  37.    <%goto retm%>
  38.  <%endif%>
  39. <%endif%>
  40.  
  41. <%label ok%>
  42. <%!Update%>
  43. <%label end%>
  44. <%redirect%>/iisadmin/default.htm<%/redirect%>
  45. <%label error%>
  46. <%if reqstatus EQ 2500%>
  47.  <%if rpcstatus EQ 5%>
  48.  Access denied to this service.
  49.  <%elif rpcstatus EQ 3%>
  50.  Invalid ( or missing ) log file directory.
  51.  <%elif rpcstatus EQ 31%>
  52.  The specified log settings are incorrect.
  53.  <%elif rpcstatus EQ 1062%>
  54.  This service has been stopped.
  55.  <%elif rpcstatus EQ 2%>
  56.  The specified directory does not exist.
  57.  <%else%>
  58.  RPC error <%rpcstatus%>
  59.  <%endif%>
  60. <%elif reqstatus EQ 8000%>
  61. <%if invalidlogupdate EQ 1%>
  62. You cannot modify the file settings while logging to an ODBC source.
  63. <%elif invalidlogupdate EQ 2%>
  64. You cannot modify the ODBC settings while logging to a file.
  65. <%elif invalidlogupdate EQ 4%>
  66. Invalid modification to the log file settings.
  67. <%else%>
  68.  One or more of the parameters are incorrect.
  69. <%endif%>
  70. <%else%>
  71.  Error encountered : <%reqstatus%>
  72. <%endif%>
  73. <br>
  74. <%label retm%>
  75. <a href="/iisadmin/default.htm">Return to main menu</a>
  76. </html>